home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TARCHIVEPROGRESSFORM / TARCHIVEPROGRESSFORM.txt
Text File  |  1997-02-27  |  3KB  |  108 lines

  1. object ArchiveProgressForm: TArchiveProgressForm
  2.   Left = 26
  3.   Top = 256
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Archiving...'
  7.   ClientHeight = 137
  8.   ClientWidth = 278
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object Prompt1: TLabel
  19.     Left = 8
  20.     Top = 20
  21.     Width = 94
  22.     Height = 15
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Converting:'
  26.   end
  27.   object Prompt2: TLabel
  28.     Left = 8
  29.     Top = 52
  30.     Width = 94
  31.     Height = 15
  32.     Alignment = taRightJustify
  33.     AutoSize = False
  34.     Caption = 'Files Remaining:'
  35.   end
  36.   object DoneBtn: TBitBtn
  37.     Left = 99
  38.     Top = 100
  39.     Width = 81
  40.     Height = 28
  41.     Caption = 'Done'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.     Visible = False
  46.     Glyph.Data = {
  47.       66010000424D6601000000000000760000002800000012000000140000000100
  48.       040000000000F000000000000000000000001000000010000000000000000000
  49.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  50.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  51.       3333330000003333388333333333330000003333911833333983330000003333
  52.       9111833391183300000033339111183911118300000033333911118111118300
  53.       000030000091111111183300000030FFFFF9111111833300000030FFFFFF1111
  54.       18333300000030FFFFFF911118333300000030FFFFF9111118333300000030FF
  55.       FF91118111833300000030FFF91118F911183300000030FFF9118FFF91118300
  56.       000030FFFF91FFFF09111300000030FFFFFFFFFF0391930000003088CCCCCC88
  57.       0333330000003078CCCCCC780333330000003000000000000333330000003333
  58.       33333333333333000000}
  59.   end
  60.   object StopBtn: TBitBtn
  61.     Left = 99
  62.     Top = 100
  63.     Width = 81
  64.     Height = 28
  65.     Cancel = True
  66.     Caption = 'Stop'
  67.     TabOrder = 1
  68.     OnClick = StopBtnClick
  69.     Glyph.Data = {
  70.       F6000000424DF600000000000000760000002800000010000000100000000100
  71.       0400000000008000000000000000000000001000000010000000000000000000
  72.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  73.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000
  74.       003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0
  75.       33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0
  76.       F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0
  77.       33333330B0B0B0B03333333300F0F00333333333330000333333}
  78.   end
  79.   object FilePrompt: TEdit
  80.     Left = 108
  81.     Top = 16
  82.     Width = 161
  83.     Height = 23
  84.     Cursor = crArrow
  85.     AutoSelect = False
  86.     AutoSize = False
  87.     ReadOnly = True
  88.     TabOrder = 2
  89.   end
  90.   object CopyPrompt: TEdit
  91.     Left = 108
  92.     Top = 48
  93.     Width = 161
  94.     Height = 23
  95.     Cursor = crArrow
  96.     AutoSelect = False
  97.     AutoSize = False
  98.     ReadOnly = True
  99.     TabOrder = 3
  100.   end
  101.   object BlinkTimer: TTimer
  102.     Enabled = False
  103.     OnTimer = BlinkTimerTimer
  104.     Left = 20
  105.     Top = 88
  106.   end
  107. end
  108.